home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TDOWNLOADUPDATEDIALOG / TDOWNLOADUPDATEDIALOG.txt < prev   
Text File  |  2008-11-03  |  4KB  |  160 lines

  1. inherited DownloadUpdateDialog: TDownloadUpdateDialog
  2.   Left = 652
  3.   Top = 366
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = '%'
  7.   ClientHeight = 134
  8.   ClientWidth = 431
  9.   OnClose = FormClose
  10.   OnCloseQuery = FormCloseQuery
  11.   OnCreate = FormCreate
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object LocationLbl: TUiLabel
  16.     Left = 8
  17.     Top = 112
  18.     Width = 249
  19.     Height = 13
  20.     AutoSize = False
  21.     Caption = '%'
  22.     FontColor = cl3DDkShadow
  23.   end
  24.   object PageControl: TUiPageControl
  25.     Left = 0
  26.     Top = 0
  27.     Width = 431
  28.     Height = 89
  29.     ActivePage = tsDownloading
  30.     Align = alTop
  31.     Style = tsFlatButtons
  32.     TabOrder = 0
  33.     TabStop = False
  34.     object tsDownloading: TUiTabSheet
  35.       TabVisible = False
  36.       object DownloadingImage: TUiImage
  37.         Left = 16
  38.         Top = 24
  39.         Width = 32
  40.         Height = 32
  41.         AutoSize = True
  42.         Picture.Data = {<image000.bmp>}
  43.         Transparent = True
  44.       end
  45.       object DownloadingLbl: TUiLabel
  46.         Left = 64
  47.         Top = 24
  48.         Height = 13
  49.         Caption = 'Downloading...'
  50.       end
  51.       object ProgressLbl: TUiLabel
  52.         Left = 401
  53.         Top = 24
  54.         Width = 8
  55.         Height = 13
  56.         Alignment = taRightJustify
  57.         Caption = '%'
  58.       end
  59.       object RateLbl: TUiLabel
  60.         Left = 64
  61.         Top = 64
  62.         Height = 13
  63.         Caption = '%'
  64.       end
  65.       object RemainingLbl: TUiLabel
  66.         Left = 401
  67.         Top = 64
  68.         Width = 8
  69.         Height = 13
  70.         Alignment = taRightJustify
  71.         Caption = '%'
  72.       end
  73.       object DownloadingProgressBar: TUiProgressBar
  74.         Left = 64
  75.         Top = 40
  76.         Width = 345
  77.         Height = 17
  78.         Max = 2800000
  79.         TabOrder = 0
  80.       end
  81.     end
  82.     object tsConfirm: TUiTabSheet
  83.       TabVisible = False
  84.       object WarningImage: TUiImage
  85.         Left = 16
  86.         Top = 24
  87.         Width = 32
  88.         Height = 32
  89.       end
  90.       object WarningLbl: TUiLabel
  91.         Left = 64
  92.         Top = 24
  93.         Width = 313
  94.         Height = 49
  95.         AutoSize = False
  96.         Caption = 
  97.           'Clicking "Install" will close all Beyond Compare windows and run' +
  98.           ' the downloaded file.  Save your work first!'
  99.         WordWrap = True
  100.       end
  101.     end
  102.     object tsError: TUiTabSheet
  103.       TabVisible = False
  104.       object ErrorImage: TUiImage
  105.         Left = 16
  106.         Top = 24
  107.         Width = 32
  108.         Height = 32
  109.       end
  110.       object ErrorLbl: TUiLabel
  111.         Left = 64
  112.         Top = 24
  113.         Height = 13
  114.         Caption = 'Error downloading file.'
  115.       end
  116.     end
  117.     object tsToDesktop: TUiTabSheet
  118.       TabVisible = False
  119.       object ToDesktopImage: TUiImage
  120.         Left = 16
  121.         Top = 24
  122.         Width = 32
  123.         Height = 32
  124.       end
  125.       object ToDesktopLbl: TUiLabel
  126.         Left = 64
  127.         Top = 24
  128.         Width = 313
  129.         Height = 41
  130.         AutoSize = False
  131.         Caption = 
  132.           'Download complete.  To install, close all Beyond Compare windows' +
  133.           ' and run the setup program on your desktop.'
  134.         WordWrap = True
  135.       end
  136.     end
  137.   end
  138.   object InstallBtn: TUiButton
  139.     Left = 272
  140.     Top = 104
  141.     Caption = 'Install'
  142.     TabOrder = 1
  143.     OnClick = InstallClick
  144.     AutoSize = asRight
  145.   end
  146.   object CancelBtn: TUiButton
  147.     Left = 352
  148.     Top = 104
  149.     Cancel = True
  150.     Caption = 'Cancel'
  151.     TabOrder = 2
  152.     OnClick = CancelClick
  153.     AutoSize = asRight
  154.   end
  155.   object Timer: TTimer
  156.     Enabled = False
  157.     OnTimer = TimerTimer
  158.   end
  159. end
  160.